3.581 \(\int \frac {c+d x^{-1+n}}{a+b x^n} \, dx\)

Optimal. Leaf size=42 \[ \frac {c x \, _2F_1\left (1,\frac {1}{n};1+\frac {1}{n};-\frac {b x^n}{a}\right )}{a}+\frac {d \log \left (a+b x^n\right )}{b n} \]

[Out]

c*x*hypergeom([1, 1/n],[1+1/n],-b*x^n/a)/a+d*ln(a+b*x^n)/b/n

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {1891, 245, 260} \[ \frac {c x \, _2F_1\left (1,\frac {1}{n};1+\frac {1}{n};-\frac {b x^n}{a}\right )}{a}+\frac {d \log \left (a+b x^n\right )}{b n} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x^(-1 + n))/(a + b*x^n),x]

[Out]

(c*x*Hypergeometric2F1[1, n^(-1), 1 + n^(-1), -((b*x^n)/a)])/a + (d*Log[a + b*x^n])/(b*n)

Rule 245

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*x*Hypergeometric2F1[-p, 1/n, 1/n + 1, -((b*x^n)/a)],
x] /; FreeQ[{a, b, n, p}, x] &&  !IGtQ[p, 0] &&  !IntegerQ[1/n] &&  !ILtQ[Simplify[1/n + p], 0] && (IntegerQ[p
] || GtQ[a, 0])

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 1891

Int[((A_) + (B_.)*(x_)^(m_.))*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[A, Int[(a + b*x^n)^p, x], x] +
 Dist[B, Int[x^m*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, A, B, m, n, p}, x] && EqQ[m - n + 1, 0]

Rubi steps

\begin {align*} \int \frac {c+d x^{-1+n}}{a+b x^n} \, dx &=c \int \frac {1}{a+b x^n} \, dx+d \int \frac {x^{-1+n}}{a+b x^n} \, dx\\ &=\frac {c x \, _2F_1\left (1,\frac {1}{n};1+\frac {1}{n};-\frac {b x^n}{a}\right )}{a}+\frac {d \log \left (a+b x^n\right )}{b n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 42, normalized size = 1.00 \[ \frac {c x \, _2F_1\left (1,\frac {1}{n};1+\frac {1}{n};-\frac {b x^n}{a}\right )}{a}+\frac {d \log \left (a+b x^n\right )}{b n} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^(-1 + n))/(a + b*x^n),x]

[Out]

(c*x*Hypergeometric2F1[1, n^(-1), 1 + n^(-1), -((b*x^n)/a)])/a + (d*Log[a + b*x^n])/(b*n)

________________________________________________________________________________________

fricas [F]  time = 0.47, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {d x^{n - 1} + c}{b x^{n} + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*x^(-1+n))/(a+b*x^n),x, algorithm="fricas")

[Out]

integral((d*x^(n - 1) + c)/(b*x^n + a), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {d x^{n - 1} + c}{b x^{n} + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*x^(-1+n))/(a+b*x^n),x, algorithm="giac")

[Out]

integrate((d*x^(n - 1) + c)/(b*x^n + a), x)

________________________________________________________________________________________

maple [F]  time = 0.78, size = 0, normalized size = 0.00 \[ \int \frac {d \,x^{n -1}+c}{b \,x^{n}+a}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c+d*x^(n-1))/(b*x^n+a),x)

[Out]

int((c+d*x^(n-1))/(b*x^n+a),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {d \log \relax (x)}{b} + \int \frac {b c x - a d}{b^{2} x x^{n} + a b x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*x^(-1+n))/(a+b*x^n),x, algorithm="maxima")

[Out]

d*log(x)/b + integrate((b*c*x - a*d)/(b^2*x*x^n + a*b*x), x)

________________________________________________________________________________________

mupad [B]  time = 5.33, size = 43, normalized size = 1.02 \[ \frac {c\,x\,{{}}_2{\mathrm {F}}_1\left (1,\frac {1}{n};\ \frac {1}{n}+1;\ -\frac {b\,x^n}{a}\right )}{a}+\frac {d\,\ln \left (a+b\,x^n\right )}{b\,n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x^(n - 1))/(a + b*x^n),x)

[Out]

(c*x*hypergeom([1, 1/n], 1/n + 1, -(b*x^n)/a))/a + (d*log(a + b*x^n))/(b*n)

________________________________________________________________________________________

sympy [A]  time = 17.15, size = 65, normalized size = 1.55 \[ d \left (\begin {cases} \frac {\log {\relax (x )}}{a} & \text {for}\: b = 0 \wedge n = 0 \\\frac {\log {\relax (x )}}{a + b} & \text {for}\: n = 0 \\\frac {x^{n}}{a n} & \text {for}\: b = 0 \\\frac {\log {\left (\frac {a}{b} + x^{n} \right )}}{b n} & \text {otherwise} \end {cases}\right ) + \frac {c x \Phi \left (\frac {b x^{n} e^{i \pi }}{a}, 1, \frac {1}{n}\right ) \Gamma \left (\frac {1}{n}\right )}{a n^{2} \Gamma \left (1 + \frac {1}{n}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*x**(-1+n))/(a+b*x**n),x)

[Out]

d*Piecewise((log(x)/a, Eq(b, 0) & Eq(n, 0)), (log(x)/(a + b), Eq(n, 0)), (x**n/(a*n), Eq(b, 0)), (log(a/b + x*
*n)/(b*n), True)) + c*x*lerchphi(b*x**n*exp_polar(I*pi)/a, 1, 1/n)*gamma(1/n)/(a*n**2*gamma(1 + 1/n))

________________________________________________________________________________________